LanguageExt.Core
LanguageExt.Core ► Obsolete and Deprecated
Contents
class Prelude Source #
Methods
method Fin<A> FinSucc <A> (A value) Source #
Fin constructor Constructs a Fin in a success state
Parameters
Bound value type
Success value
A new Fin instance
method Fin<A> FinFail <A> (Error value) Source #
Fin constructor Constructs a Fin in a failure state
Failure value